Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: consumer-group scoped plugins not showing tags #485

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Prashansa-K
Copy link
Collaborator

On running deck file render command, tags were
coming up for global and service/route scoped
plugins. However, for consumer-group scoped
plugins, the tags did not populate. This was because the underlying struct did not have tags in the first place.

This change updates the underlying struct for
consumer-group plugins by adding tags to them
as well. This will ensure that tags show up
during deck file render.
For: Kong/deck#1417

On running deck file render command, tags were
coming up for global and service/route scoped
plugins. However, for consumer-group scoped
plugins, the tags did not populate. This was because
the underlying struct did not have tags in the first
place.

This change updates the underlying struct for
consumer-group plugins by adding tags to them
as well. This will ensure that tags show up
during deck file render.
For: Kong/deck#1417
@Prashansa-K Prashansa-K requested review from a team as code owners November 27, 2024 09:58
@codecov-commenter
Copy link

codecov-commenter commented Nov 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 55.15%. Comparing base (e7b8a6b) to head (0b484ec).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #485   +/-   ##
=======================================
  Coverage   55.15%   55.15%           
=======================================
  Files          71       71           
  Lines        5691     5691           
=======================================
  Hits         3139     3139           
  Misses       1935     1935           
  Partials      617      617           
Flag Coverage Δ
2.1 33.38% <ø> (ø)
2.2 43.85% <ø> (ø)
2.3 44.42% <ø> (ø)
2.4 44.49% <ø> (ø)
2.5 44.49% <ø> (ø)
2.6 44.49% <ø> (ø)
2.7 45.96% <ø> (ø)
2.8 45.96% <ø> (ø)
3.0 49.51% <ø> (ø)
3.1 50.85% <ø> (ø)
3.2 50.85% <ø> (ø)
3.3 50.85% <ø> (ø)
3.4 52.87% <ø> (ø)
3.5 51.02% <ø> (ø)
3.6 51.02% <ø> (ø)
3.7 51.02% <ø> (ø)
3.8 52.62% <ø> (ø)
community 41.60% <ø> (ø)
enterprise 53.75% <ø> (ø)
integration 55.15% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Prashansa-K Prashansa-K marked this pull request as draft November 27, 2024 12:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants